home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
fractal
/
kaos.lha
/
tserlib
/
tser_copy_proc.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-01-29
|
264 b
|
17 lines
/*
### procedure for copying an orbit data into a time series ###
*/
void tser_copy_proc()
{
extern int tser_data_option;
if(tser_data_option==1){
system_mess_proc(1,"This choice is not accepted!");
return;
}
all_reset();
tser_copy();
all_refresh();
}